starstarstarstarstar_border
These individual courses will take you step by step in learning what it takes to become a SQL Production Database Administrator and will teach you the skills, roles, tasks, and responsibilities a SQL Production Database Administrator does on a daily basis. The great benefit of these courses is that you can navigate to one site to learn all that is needed to manage your SQL Server Environment.
    starstarstarstarstar_half
    After completing this course, the student will be able to install SQL Server 2016, install Microsoft Visual Studio and create from scratch reports from simple to complex reports that aid in upper management in making important business decisions; and at the same time, aid the end user to view, interact with, and distribute reports in various platforms.  He will be versed in creating, formatting, designing, and submitting reports that the users will benefit from each business day.  The student will learn how to navigate through Microsoft visual Studio, learn how to to save .rdl files, create templates, render reports in various format, apply different methods of creating rich reports, help the end user with avoiding redundant input of data, examine ways to insure end user has aggregates for reports and be able to communicate the needs of the company via reports.  This knowledge will make the student become well versed in the ability to help the organization in moving forward with summary visual data.
      starstarstarstarstar_border
      Get hands on learning of SQL Server as I walk you through from installing to updating data.I use the lecture, lab and solution teaching process to provide hands on learning. At the end of this course you will hands on experience doing the following: Installing SQL Server 2014 Express Using Microsoft SQL Server 2014 Management Studio Creating database Creating tables Inserting data Deleting data What a Foreign Key is and how to create one. SELECT statement with multiple tables. JOIN statement. Updating data You should take this course if you want to learn the basics of SQL Server. You will learn good skills if you are preparing for an interview or seeing if SQL Server is something you want to add to skill set. You need no previous experience on SQL Server in order to be successful in this course. I start you out at the basics and take to where you are creating intermediate SQL statements.
        starstarstarstar_border star_border
        This is an in depth course about programming with TEMP TABLES and TABLE VARIABLES in SQL Server. It assumes that the student has at least a rudimentary understanding of database concepts and architecture and gets right into the meat of the subject. Temp tables and table variables can solve a lot of the trickier challenges faced by developers so you need to become expert with them. This course will get cover all of the following: TEMP TABLES Temp Tables and the Temp Database (tempdb) Persistence Persistence in STORED PROCEDURES Persistence - TSQL vs STORED PROCEDURES Command Line TSQL examples IDENTITY column usage STORED PROCEDURE usage Command Line TSQL vs STORED PROCEDURE TEMP TABLES vs REAL TABLES TABLE VARIABLES No Persistence Command Line TSQL examples IDENTITY column usage STORED PROCEDURE usage USER DEFINED FUNCTION usage Table Variables vs Temp Tables: How they are similar and how they differ Benefits and drawbacks to each type
          starstarstarstarstar_border
          Welcome, This course is designed for beginners suitable for those who have no previous experience to SQL Server or even any other database. Before buying this course I recommend go through the content of this course carefully and make sure this course fulfills your needs. In this course we will be practically learning so many concepts of Database in SQL Server 2017 (Developer or Express Edition). We will start learning SQL Server using its GUI interface called Management Studio. Scope of this course includes: Installation of SQL Server Database Installation of SQL Server Management Studio (GUI Tool to work with SQL Server) Working with Databases Working with Tables Creating Relations Understanding Foreign Key and Primary Key concepts Querying Data thorough T-SQL Working of SELECT Statements Working with WHERE Clause Using ORDER BY to Sort records Using Top Keyword to limit records Writing comments for Queries Writing Sub Queries Using Aggregate Functions Grouping Data
            starstarstarstarstar_border
            SQL Server 2017 in just 90 mins. You will learn the core components about SQL server. how to install, create tables, CRUD, Join Tables in Microsoft SQL Server 2017, basic insert, update, delete, query data. how to define and use Triggers, procedures, constraints in SQL Server 2017: check constraint, unique constraint Example of TravelManagement database-Trigger, constraints, join tables, create view between 2 tables with 1-n relation
              starstarstarstarstar_border
              Welcome to Encryption in SQL Server 2019 . In this course you'll learn about the sundry approaches Microsoft uses to encrypt data.  Microsoft SQL Server supports 5 different kinds of encryption for protecting data.  While you'll learn about all of them the course will focus on the most recent and most often used approaches to encrypting your data. In this course you implement two types of data encryption in SQL Server 2019 and one type that's not encryption but is a solid option for securing data. They are: Column Level Encryption Transparent Level Encryption Dynamic Data Masking Encryption is the process of obfuscating data by the use of a key or password. This can make the data useless without the corresponding decryption key or password. Encryption does not solve access control problems. However, it enhances security by limiting data loss even if access controls are bypassed. You can use encryption in SQL Server for connections, data, and stored procedures. Data protection is critical for ensuring that your organization is compliant with regulatory compliance standards like the GDPR and for meeting the expectations of your clients and business partners. Not only can data breaches result in large fines, but the reputational damage can be just as great. One you've completed this course, you'll have a solid understanding of data encryption techniques in SQL Server. Thanks for your interest in Encryption in SQL Server 2019 . Let's get started.
                starstarstarstarstar_border
                In this course you will learn all about SQL Server's In-Memory Database Processing Engine also known as In-Memory OLTP. To this end, you will learn how to enable In-Memory OLTP in SQL Server, what memory-optimized tables and natively-compiled stored procedures are, as well as, how to boost the performance of your data processes using this powerful SQL Server feature. In-Memory OLTP, is SQL Server's Database In-Memory Processing Engine, seamlessly integrated into its Database Engine. With its two main components, that is memory-optimized tables and natively-compiled stored procedures, In-Memory OLTP can help you achieve significant performance improvements and speedups for many of your data processes. In-Memory OLTP was originally shipped with SQL Server 2014 but was significantly enhanced in SQL Server 2016 and later. From SQL Server 2016 SP1 and later, In-Memory OLTP is available for use in all editions of SQL Server (besides the LocalDB edition), which is something that makes it a must, to at least try this great feature in SQL Server. Especially now, in this data-driven era we live in, where business decisions and many other areas depend on the fast analysis of large sets of data, maintaining a low latency for your data processes is critical. SQL Server's In-Memory OLTP Engine can help with that. Via my course " Boost SQL Server Database Performance with In-Memory OLTP ", you will get introduced to SQL Server In-Memory OLTP and you will learn how to start using it fast and easy. Since In-Memory OLTP is integrated into SQL Server's Database Engine, it is very easy to start using it. By the time you work with memory-optimized tables and natively-compiled stored procedures via the well-known T-SQL, it makes it easy to start using memory-optimized tables and natively-compiled stored procedures too. Via my course, I provide all the necessary knowledge and hands-on guides, that will help you start using In-Memory OLTP and realize its huge potential when it comes to significantly improving the performance of your data processes. AFTER THE COURSE YOU WILL KNOW: What is the In-Memory OLTP Engine in SQL Server and how it works What Memory-Optimized Tables are and which are their main characteristics What Natively-Compiled Stored Procedures are and how they work How to Use In-Memory OLTP for Boosting the Performance of your Data Processes, by utilizing memory-optimized tables and natively-compiled stored procedures How to migrate your data processes to In-Memory OLTP How to find the right candidate databases, data processes and tables for migrating it to In-Memory OLTP How to analyze your tables and stored procedures prior to planning their migration to In-Memory OLTP Ways to estimate if your workload's performance can benefit from In-Memory OLTP PREREQUISITES: Basic knowledge of SQL Server and data principles THIS COURSE CONTAINS/OFFERS: 2.5 hours of high-quality video Live demonstrations and hands-on guides Useful quizzes for testing your knowledge on each section Many downloadable resources (i.e. summaries and T-SQL scripts) A practice test in the end of the course Ability to ask the instructor questions via the Q&A section Certificate on course completion
                  starstarstarstarstar_border
                  Microsoft SQL Server also known as SQL Server is a mature technology which can be used not just by developers but by marketers, sales teams, product managers and much more - it is a query language that allows you to ask questions from securely stored data. Think of it this way - any business on this planet makes money with data. The fancy user interfaces, cool animations are nice but that's not what makes the money. Think about it... when you go to Facebook or Instagram do you care about the fancy animations and user interface or do you care to see your friends, what they are up to, check out events and be part of the goings on of that entire digital ecosystem? Of course it is the second choice... the fancy user interfaces are cool and make the experience pleasant but in the end you care about your friends and what they are up to, you care about being part of the ecosystem... Now your friends, followers, events, what everyone is up to is data and as I mentioned before that is what makes companies money. Microsoft SQL Server (SQL Server) is one of the most mature technologies that allows companies to handle data, store it securely, access it quickly and much more. Now if you know about Microsoft SQL Server (SQL Server) and you know how to create database objects, how to normalize tables, how to retrieve data, prepare reports, insert and delete data safely and you know about best practices then you are an amazingly valuable asset to the company. If you have a business that you are trying to grow and have data which you are trying to handle then Microsoft SQL Server (SQL Server) is a great choice which is another reason for you to learn this skill. Now guess what? All of those things we will be learning in this course and MUCH more! Take my advice and learn this valuable skill, you will not regret it. After dedicating only a few days and really focusing you can acquire this valuable skill and set a new course for your life.
                    starstarstarstar_border star_border
                    In this course we will learn the basic-intermediate level about Structured Query Language A.K.A "Sequel" or SQL. We will use Sql server 2017 version but we will make a quick comparison between with it's predecessor. Since this is the first course that I created, bare with my deep accent and the way I pronounce the words. But the good thing is while I'm teaching and talking in front of my computer, It will improve my English proficiency. Happy programming :-)